[INFO] fetching crate simmons_rooms 0.1.1...
[INFO] testing simmons_rooms-0.1.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate simmons_rooms 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate simmons_rooms 0.1.1
[INFO] finished tweaking crates.io crate simmons_rooms 0.1.1
[INFO] tweaked toml for crates.io crate simmons_rooms 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate simmons_rooms 0.1.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding clippy v0.0.104 (available: v0.0.302)
[INFO] [stderr]       Adding lazy_static v0.1.16 (available: v1.5.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01c362dec731dfb9fc73dbad08e5abb89badf19795813af305f5defc76f031e2
[INFO] running `Command { std: "docker" "start" "-a" "01c362dec731dfb9fc73dbad08e5abb89badf19795813af305f5defc76f031e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01c362dec731dfb9fc73dbad08e5abb89badf19795813af305f5defc76f031e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01c362dec731dfb9fc73dbad08e5abb89badf19795813af305f5defc76f031e2", kill_on_drop: false }`
[INFO] [stdout] 01c362dec731dfb9fc73dbad08e5abb89badf19795813af305f5defc76f031e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45bee8fa306d302e0eadc4c5b8f76ca580cb70fcdc476300ec70739f014912fc
[INFO] running `Command { std: "docker" "start" "-a" "45bee8fa306d302e0eadc4c5b8f76ca580cb70fcdc476300ec70739f014912fc", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling lazy_static v0.1.16
[INFO] [stderr]    Compiling simmons_rooms v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] running `Command { std: "docker" "inspect" "45bee8fa306d302e0eadc4c5b8f76ca580cb70fcdc476300ec70739f014912fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45bee8fa306d302e0eadc4c5b8f76ca580cb70fcdc476300ec70739f014912fc", kill_on_drop: false }`
[INFO] [stdout] 45bee8fa306d302e0eadc4c5b8f76ca580cb70fcdc476300ec70739f014912fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 690c4ef28138ab203042c02e2b9eed8e40c451a72124442726095f2a1e328fc0
[INFO] running `Command { std: "docker" "start" "-a" "690c4ef28138ab203042c02e2b9eed8e40c451a72124442726095f2a1e328fc0", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling simmons_rooms v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stdout]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/bathroom_data.rs:14:1
[INFO] [stdout]     |
[INFO] [stdout]  14 | / lazy_static! {
[INFO] [stdout]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stdout]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stdout]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     ];
[INFO] [stdout] 177 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/grt_data.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | / lazy_static! {
[INFO] [stdout]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stdout]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stdout]  15 | |         grt!("23AB", [
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     ].into_iter().collect();
[INFO] [stdout] 103 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]    --> src/data/room_data.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | / lazy_static! {
[INFO] [stdout]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stdout]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stdout]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stdout] ...   |
[INFO] [stdout] 352 | |     };
[INFO] [stdout] 353 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "690c4ef28138ab203042c02e2b9eed8e40c451a72124442726095f2a1e328fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "690c4ef28138ab203042c02e2b9eed8e40c451a72124442726095f2a1e328fc0", kill_on_drop: false }`
[INFO] [stdout] 690c4ef28138ab203042c02e2b9eed8e40c451a72124442726095f2a1e328fc0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8fe7aff2d264b1416a0c046df62e271b59e0c84cca9dd3ad0558e018cdd007c9
[INFO] running `Command { std: "docker" "start" "-a" "8fe7aff2d264b1416a0c046df62e271b59e0c84cca9dd3ad0558e018cdd007c9", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]    --> src/data/bathroom_data.rs:14:1
[INFO] [stderr]     |
[INFO] [stderr]  14 | / lazy_static! {
[INFO] [stderr]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stderr]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stderr]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     ];
[INFO] [stderr] 177 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]    --> src/data/bathroom_data.rs:14:1
[INFO] [stderr]     |
[INFO] [stderr]  14 | / lazy_static! {
[INFO] [stderr]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stderr]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stderr]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     ];
[INFO] [stderr] 177 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]    --> src/data/grt_data.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr]  12 | / lazy_static! {
[INFO] [stderr]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stderr]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stderr]  15 | |         grt!("23AB", [
[INFO] [stderr] ...   |
[INFO] [stderr] 102 | |     ].into_iter().collect();
[INFO] [stderr] 103 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]    --> src/data/room_data.rs:6:1
[INFO] [stderr]     |
[INFO] [stderr]   6 | / lazy_static! {
[INFO] [stderr]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stderr]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stderr]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stderr] ...   |
[INFO] [stderr] 352 | |     };
[INFO] [stderr] 353 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `clippy`, `default`, and `dev`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]    --> src/data/bathroom_data.rs:14:1
[INFO] [stderr]     |
[INFO] [stderr]  14 | / lazy_static! {
[INFO] [stderr]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stderr]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stderr]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     ];
[INFO] [stderr] 177 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]    --> src/data/bathroom_data.rs:14:1
[INFO] [stderr]     |
[INFO] [stderr]  14 | / lazy_static! {
[INFO] [stderr]  15 | |     /// A list of all the bathrooms in Simmons. Data gracefully provided by Tim Wilczynski, Jesse
[INFO] [stderr]  16 | |     /// Orlowski, Cosmos Darwin, and Will Oursler.
[INFO] [stderr]  17 | |     pub static ref BATHROOMS: Vec<Bathroom<'static>> = vec![
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     ];
[INFO] [stderr] 177 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]    --> src/data/grt_data.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr]  12 | / lazy_static! {
[INFO] [stderr]  13 | |     /// A list of all the GRT sections in Simmons. Data gracefully provided by Cosmos Darwin.
[INFO] [stderr]  14 | |     pub static ref GRT_SECTIONS: HashMap<&'static str, GrtSection<'static>> = vec![
[INFO] [stderr]  15 | |         grt!("23AB", [
[INFO] [stderr] ...   |
[INFO] [stderr] 102 | |     ].into_iter().collect();
[INFO] [stderr] 103 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]    --> src/data/room_data.rs:6:1
[INFO] [stderr]     |
[INFO] [stderr]   6 | / lazy_static! {
[INFO] [stderr]   7 | |     static ref BOSTON_SIDE_ROOMS: Vec<RoomNumber<'static>> = vec![
[INFO] [stderr]   8 | |         r!(244, "C"), r!(244, "B"), r!(252), r!(321),
[INFO] [stderr]   9 | |         r!(341), r!(344), r!(345), r!(371),
[INFO] [stderr] ...   |
[INFO] [stderr] 352 | |     };
[INFO] [stderr] 353 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `simmons_rooms` (lib) generated 32 warnings (24 duplicates)
[INFO] [stderr] warning: `simmons_rooms` (lib test) generated 32 warnings (32 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simmons_rooms-d8ff0ba7915913db)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests simmons_rooms
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_consistency ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8fe7aff2d264b1416a0c046df62e271b59e0c84cca9dd3ad0558e018cdd007c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fe7aff2d264b1416a0c046df62e271b59e0c84cca9dd3ad0558e018cdd007c9", kill_on_drop: false }`
[INFO] [stdout] 8fe7aff2d264b1416a0c046df62e271b59e0c84cca9dd3ad0558e018cdd007c9
